home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
C
/
LIB
/
LIBGPP
/
LIBSTDC
/
!libstdc
/
h
/
string
< prev
Wrap
Text File
|
1995-06-07
|
628b
|
20 lines
// -*- C++ -*- forwarding header.
// This file is part of the GNU ANSI C++ Library.
#ifndef __CP_STRING_H__
#include <cstring>
#if _G_NS
using std::memchr; using std::memcmp; using std::memcpy;
using std::memmove; using std::memset;
using std::strcoll; using std::strcat; using std::strchr;
using std::strcmp; using std::strcpy; using std::strcspn;
using std::strerror; using std::strlen; using std::strncat;
using std::strncmp; using std::strncpy; using std::strpbrk;
using std::strrchr; using std::strspn; using std::strstr;
using std::strtok; using std::strxfrm;
#endif
#define __CP_STRING_H__
#endif